This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Justin Zenfoostergon 6.Jan.04 08:59 PM a Web browser Notes Client All Releases Windows 2003
I have a template that I made a copy of. Then I edited a folder and some of the buttons in that folder. I did my edits in Designer 6.0.3. Then I refreshed the design of my database with this new template.
There are now 3 buttons (ones that I did _not_ modify) that do not work in Client 6.0.1 but work great in 6.0.3 and 6.5. The code behind these buttons has been around since early in R5.
One, for example, just opens a phone list database:
Sub Click(Source As Button)
Dim ws As New notesuiworkspace
Call ws.OpenDatabase ("DomApp","shared\isisphone.nsf","People",,False,True)
End Sub
Nothing tricky there. Seems like a verson thing but I don't understand why. Any ideas?